type runtime.immortalWeakHandle

7 uses

	runtime (current package)
		mheap.go#L2681: type immortalWeakHandle struct {
		mheap.go#L2689: func (h *immortalWeakHandle) handle() *atomic.Uintptr {
		mheap.go#L2699: 	var newNode *immortalWeakHandle
		mheap.go#L2704: 		n := (*immortalWeakHandle)(m.Load())
		mheap.go#L2722: 				newNode = (*immortalWeakHandle)(persistentalloc(unsafe.Sizeof(immortalWeakHandle{}), goarch.PtrSize, &memstats.gcMiscSys))
		mheap.go#L2731: 			n = (*immortalWeakHandle)(m.Load())